home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / drivers / nics / 3c503 / ndis / ibmins.bat < prev    next >
Encoding:
DOS Batch File  |  1991-12-06  |  2.4 KB  |  99 lines

  1. echo off
  2. REM %%VER IBM OS/2 EE Installation Utility Program v2.0b
  3. if %mono%==y goto b&w
  4. ..\install\flushkey
  5. ..\install\check videocard
  6. if errorlevel 1 goto color
  7. :b&w
  8. cls
  9. goto contin
  10. :color
  11. ..\install\get b 31
  12. :contin
  13. type ..\blank2.men
  14. ..\install\echoxy 4 30 N D I S      M E N U
  15. ..\install\echoxy 6 32 U P D A T I N G
  16. ..\install\echoxy 7 20 I B M   E X T E N D E D   E D I T I O N
  17. ..\install\echoxy 8 32    D R I V E R S
  18. ..\install\echoxy 10 14 This Utility program updates EtherLink II drivers 
  19. ..\install\echoxy 11 14    on IBM EE servers or on workstations.            
  20. ..\install\echoxy 12 14
  21. ..\install\echoxy 13 14    NOTE:  To update the EtherLink II NDIS drivers on 
  22. ..\install\echoxy 14 14 an IBM EE server from a workstation, you must 
  23. ..\install\echoxy 15 14    have Admin rights to the server and be linked to
  24. ..\install\echoxy 16 14
  25. type dollar.msg
  26.  
  27. ..\install\echoxy 17 24 Continue? (y/n): 
  28. ..\install\reply
  29. if errorlevel 122 goto inval
  30. if errorlevel 121 goto getdrv
  31. if errorlevel 111  goto inval
  32. if errorlevel 110  goto ndis
  33. if errorlevel 90  goto inval
  34. if errorlevel 89  goto getdrv
  35. if errorlevel 79  goto inval
  36. if errorlevel 78  goto ndis
  37. if errorlevel 60  goto inval
  38. if errorlevel 59  goto help
  39. if errorlevel 28  goto inval
  40. if errorlevel 27  goto ndis
  41. if errorlevel 1   goto inval
  42.  
  43. :getdrv
  44. ..\install\echoxy 0 50                                         
  45. ..\install\echoxy 17 10
  46. ..\install\get c "       Enter the target drive letter:  "
  47.  
  48. if errorlevel 127 goto inval
  49. if errorlevel 126 goto ndis
  50. if errorlevel 123 goto inval
  51. if errorlevel 97  goto contin1
  52. if errorlevel 91  goto inval
  53. if errorlevel 65  goto contin1
  54. if errorlevel 1   goto inval
  55.  
  56. :contin1
  57. if not exist %get%:\*.* goto baddrv
  58. set tardrv=%get%:
  59.  
  60. ..\install\echoxy 19 10
  61. ..\install\get n  "       Update files on drive %tardrv% (y/n): "
  62. if errorlevel 126 goto ndis
  63. if errorlevel 89 goto ok
  64. ibmins
  65. :ok
  66. os2ee\os2ee %tardrv% 
  67.  
  68. :inval
  69. ..\install\echoxy 21 17 **** Invalid key, try again. ****
  70. echo 
  71. echo 
  72. echo.
  73. ibmins
  74.  
  75. :help
  76. ..\install\echoxy 24 1
  77. type os2ee\os2ee.hlp
  78. pause
  79. ibmins
  80.  
  81. :baddrv
  82. echo 
  83. echo 
  84. ..\install\echoxy 19 14 Invalid drive letter or drive not linked.             
  85. ..\install\echoxy 20 14 Drive must be linked before running the Update utility. 
  86. ..\install\echoxy 22 13 Strike any key to continue.  
  87. ..\install\reply
  88. if errorlevel 28 goto ok1
  89. if errorlevel 27 goto ndis
  90.  
  91. :ok1
  92. ibmins
  93.  
  94. :ndis
  95. inspropt
  96.  
  97.  
  98.  
  99.